projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcdc54a
)
(vhdl-save-caches): Fix typo in error message.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 8 Jan 2007 23:05:41 +0000
(23:05 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 8 Jan 2007 23:05:41 +0000
(23:05 +0000)
lisp/progmodes/vhdl-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/vhdl-mode.el
b/lisp/progmodes/vhdl-mode.el
index 3bf4227a82fd43200e606ad088a59d46fdd7a1ab..cc58a09ec590b2589b036b862464a5561fba7316 100644
(file)
--- a/
lisp/progmodes/vhdl-mode.el
+++ b/
lisp/progmodes/vhdl-mode.el
@@
-13851,7
+13851,7
@@
entity ENT-KEY."
(vhdl-save-cache (car project-list))
(setq project-list (cdr project-list)))
(message "Saving hierarchy caches...done")))
- (error (progn (vhdl-warning "ERROR: An error occured while saving the hierarchy caches")
+ (error (progn (vhdl-warning "ERROR: An error occur
r
ed while saving the hierarchy caches")
(sit-for 2)))))
(defun vhdl-save-cache (key)